Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken blurview imports #619

Closed
wants to merge 1 commit into from
Closed

Fix broken blurview imports #619

wants to merge 1 commit into from

Conversation

meiron03
Copy link
Member

  • Two imports from jCenter ('com.eightbitlab:supportrenderscriptblur:1.0.2' and 'com.eightbitlab:blurview:1.5.0') no longer exist which was causing the app to no longer build. I removed the first import since we no longer use this library. The second module was used by 'com.github.searchy2:CustomAlertViewDialogue:2.6.1' so I excluded it and added the newer version which is on jitpack.
  • jCenter was removed from repositories since it has been deprecated for a while and we no longer need it.
  • Added --warning-mode all --stacktrace flags to the ./gradlew command in running unit tests so future errors are more readable.
  • Dependencies in build.gradle were sorted for readability.

Two imports from jCenter (com.eightbitlab:supportrenderscriptblur:1.0.2
and com.eightbitlab:blurview:1.5.0) no longer exist which was causing
the app to no longer build. I removed the first import since we no longer
use this library. The second module was used by
'com.github.searchy2:CustomAlertViewDialogue:2.6.1' so I excluded it and
instead added the newer version which is on jitpack. Also, jCenter was
removed from repositories since it has been deprecated for a while and we
no longer need it. Finally, dependencies in build.gradle were sorted for
readability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant